Edenred Connect

(0 reviews)

API Notebook

Abstract

This API Notebook is a working demo of Identity Platform. Use it to explore API.

Resource Owner Password Credentials flow

This authorization flow makes direct use of resource owner credentials (username / password) to obtain an access token. This flow should only be used when there is a high degree of trust between the resource owner and the client. This flow allows use of long-lived refresh token.

Issuing a token

Successfull response

Without refresh token

With refresh token

Error Responses
Invalid client or secret
Invalid scope

Authorization code flow


Reviews